ASP.NET Core MVC コントロールヘルプ
Styles メソッド (WaterfallBuilder<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > WaterfallBuilder<T> クラス : Styles メソッド
The builder function.
Configurates C1.Web.Mvc.Waterfall<T>.Styles. Sets or set the waterfall styles.
シンタックス
'宣言
 
Public Function Styles( _
   ByVal build As System.Action(Of WaterfallStylesBuilder) _
) As WaterfallBuilder(Of T)
public WaterfallBuilder<T> Styles( 
   System.Action<WaterfallStylesBuilder> build
)

パラメータ

build
The builder function.

戻り値の型

Current builder.
参照

WaterfallBuilder<T> クラス
WaterfallBuilder<T> メンバ